home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1145 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: novice.uwaterloo.ca!dfevans
  3. From: dfevans@bbcr.uwaterloo.ca (David Evans)
  4. Subject: Re: Some poke commands I forgot..
  5. Sender: news@novice.uwaterloo.ca (system PRIVILEGED account)
  6. Message-ID: <DLnFqr.L2q@novice.uwaterloo.ca>
  7. Date: Tue, 23 Jan 1996 19:35:15 GMT
  8. References: <DLJICv.3r4.0.sheppard@torfree.net> <DLLr73.FF8@novice.uwaterloo.ca> <4e30mr$19q@sdcc12.ucsd.edu>
  9. Nntp-Posting-Host: bcr.uwaterloo.ca
  10. Organization: University of Waterloo
  11.  
  12. In article <4e30mr$19q@sdcc12.ucsd.edu>,
  13. Po-Ching Lives! <ckaiser@sdcc13.ucsd.edu> wrote:
  14. >In <DLLr73.FF8@novice.uwaterloo.ca> dfevans@bbcr.uwaterloo.ca (David Evans) writes:
  15. >
  16. >>  Bit 7 of 648 ($0288) controls key repeat.  poke 648,peek(648)or128 will get
  17. >>this together.
  18. >
  19. >Noooooo! Location 648 controls the page that the Kernal screen
  20. >editor writes to. Thus, the POKE you just did would start sending
  21. >screen data to $8400 and mean that even RUN-STOP/RESTORE would not
  22. >recover (you have to blindly type POKE 648,4 to return screen to
  23. >$0400.)
  24. >
  25. >The location you're thinking of is 650 ($028A):
  26. >
  27.  
  28.   Oops.  :-)
  29.  
  30. >>  Location 56325 ($DC05) handles one half (upper byte, I think) of the CIA
  31. >>timer that produces the IRQs, and thus the cursor.  Muck with it for lots of
  32. >>nifty effects (including crashing the machine.)
  33. >
  34. >In case you chop it too badly, default is 55. This location won't
  35. >actually crash the machine per se, but it could make typing hell.
  36. >
  37.  
  38.   At least I got that one right.
  39.   It's kind of neat watching the machine gradually slow down as you increase
  40. the IRQ rate.
  41.  
  42. -- 
  43. David Evans              (NeXTMail OK)              dfevans@bbcr.uwaterloo.ca
  44. Computer/Synth Junkie                      http://bbcr.uwaterloo.ca/~dfevans/
  45. University of Waterloo         "Default is the value selected by the composer
  46. Ontario, Canada           overridden by your command." - Roland TR-707 Manual
  47.